lt

fun lt(a: Double, b: Double): Boolean(source)

Checks if value a is strictly smaller than value b.

Return

true if a is less than b, false otherwise.

Parameters

a

The first double value to check.

b

The second double value to check.